﻿body {
	max-width: 1920px;
	margin: auto;
}
html, body {
	min-height: 100%;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.margin-bottom {
	margin-bottom:50px;
	height:1px;
}
.clear_both {
	zoom:1;
}
.clear_both:before {
	content:"";
	display:table;
	clear:both;
}
.clear_both:after {
	content:"";
	display:table;
	clear:both;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.trans {
	-webkit-transition:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-ms-transition:all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
	transition:all 500ms ease 0s;
}
.rotating180 {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg);/* Safari ??Chrome */
	-o-transform:rotate(180deg);
}
.gray {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
.BGFFF {
	background: #ffffff;
}
.BGFAF {
	background: #fafafa;
}
.BGFBF {
	background: #fbfbfb;
}
.BGF8F {
	background: #f8f8f8;
}
.contents.m0 {
	padding-top: 30px;
}
.contents {
	text-align:justify;
}
.contents, .contents * {
	line-height:1.7;
}
.contents img {
	max-width:100%;
	height:auto !important;
}
.contents:after {
	clear:both;
	content:'';
	display:table;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}
.main {
	overflow: hidden;
	position: relative;
}
.wrap1 {
	width: 87.5%;
	margin:0 auto;
	background-color:#FFFFFF;
}
.wrap2 {
	width: 91.7%;
	margin:0 auto;
}
.wrap {
	width: 80.2%;
	margin: auto;
}
.wrapnei {
	width: 92.2%;
	margin: auto;
}
.wrap-1 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.wid50 {
	width:50%;
}
.wid25 {
	width:25%;
}
.middle {
	vertical-align:middle;
}
.middle-span {
	height:100%;
	vertical-align:middle;
	display:inline-block;
}
.loader {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	z-index: 99999;
	background: rgba(255, 255, 255, .5) url(img/loader.svg) no-repeat center 40% / auto auto;
}
div.zoomDiv {
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:400px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
div.zoomMask {
	position:absolute;
	background:url("img/mask.png") repeat scroll 0 0 transparent;
	cursor:move;
	z-index:1;
}
.QQ_left {
	top:35%;
	right:0px;
	z-index:10000;
}
/*广告*/
.neiye {
	padding-top:120px;
}
.banner {
	background-color: #111;
}
.banner .i {
	text-align: center;
	width: 2000px;
	left: 50%;
	margin-left: -1000px;
}
.banner .page {
	right:0;
	left: 0;
	bottom:30px;
	z-index: 5;
}
.banner .page span span {
	height: 10px;
	width: 10px;
	background: #fff;
	border-radius:50%;
	margin: 0px 9px;
	cursor: pointer;
	border:1px solid #fff;
	background:transparent;
	opacity: 1 !important;
}
.banner .page span span.swiper-pagination-bullet-active {
	border:1px solid #d02127 !important;
	background:#d02127;
}
/* .banner .pointer{left: 0;right: 0;bottom: 20px;height: 67px;background: url(../Images/08.gif) no-repeat center;z-index: 1;background-size: auto 100%;} */
.banner .swiper-button-next {
	right:0;
}
.banner .swiper-button-prev {
	left:0;
}
.banner .index_button {
	width:60px;
	height:60px;
	background:rgba(73, 158, 213, 0.8);
	text-align:center;
	line-height:60px;
}
.banner .index_button img {
	vertical-align:middle
}
.banner .swiper-button-disabled {
	background:rgba(141, 152, 170, 0.8);
}
/* 面包??*/
.inc_crumbs {
	height:70px;
	width:100%;
	line-height:70px;
}
.inc_crumbs.special {
	border-bottom:1px solid #e5e5e5;
}
.inc_crumbs .crumbs {
	line-height:70px;
	font-size:14px;
	color:#666;
}
.inc_crumbs .crumbs .prev {
	color:#666;
}
.inc_crumbs .crumbs .current {
	color:#d02127;
}
/* 二级导航 */
.nav-sty {
	height: 120px;
	line-height: 120px;
	font-size: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 12; /*background-color:#ff0000*/
}
.nav-sty a {
	margin-right: 50px;
	padding: 0 9px;
	display: inline-block;
	font-size: 14px;
	position: relative;
	color: #666;
	width: auto;
}
.nav-sty a:after {
	height: 2px;
	width: 0;
	bottom:40px;
	left: 0;
	content: '';
	display: block;
	background: #d02127;
	-webkit-transition:all 300ms ease 0s;
	transition:all 300ms ease 0s;
	position: absolute;
}
.nav-sty a:hover {
	color: #d02127;
}
.nav-sty a:hover:after {
	width: 100%;
}
.nav-sty a.on {
	color: #d02127;
}
.nav-sty a.on:after {
	width: 100%;
}
/*头部*/
#header {
	top:0;
	left:0;
	right:0;
	padding:20px 0px 0px;
	width:100%;
	z-index:100;
	background:#fff;
	height:100px;
	max-width:1920px;
	margin:0 auto;
}
#header .logo {
	width:9.83%;
	max-width:165px; padding-top:20px;
}
#header .logo1 {
	display: none;
}
#header .logo a img {
	width:100%;
	height:auto;
}
#header .nav {
	margin-top:20px;
}
#header .nav .nav_img {
	display:none;
}
#header .nav ul .nav_li {
	margin-right:75px;
}
#header .nav ul .nav_li .nav_one {
	font-size:16px;
	line-height:26px;
	color:#333;
	height:48px;
	display:inline-block;
	border-bottom:2px solid transparent;
}
#header .nav ul .nav_li .nav_one:hover {
	color:#d02127;
	border-bottom:2px solid #d02127;
}
#header .nav ul .nav_li .nav_one.on {
	color:#d02127;
	border-bottom:2px solid #d02127;
}
#header .other .other_top {
	color:#d02127;
}
#header .other .other_top a {
	color:#d02127;
}
#header .other .other_top a:hover {
	color:#333333;
}
#header .other .other_top .lang {
	width:84px;
}
#header .other .other_top .lang .a1 {
	width:130px;
	height:50px;
	border:1px solid #d1d1d1;
	display:block;
	border-radius:50%;
	color:#666;
	font-size:14px;
	line-height:30px;
	text-align:center;
	margin-left:10px;
}
#header .other .other_top .lang .a1.artive {
	border:1px solid #d02127;
	color:#d02127 !important;
}
#header .other .other_bottom {
	margin-top:20px;
}
#header .other .other_bottom .tel {
	line-height:26px;
	height:26px;
	position:relative;
	text-indent:2em;
	font-size:14px;
	color:#666;
}
#header .other .other_bottom .tel .span_img {
	background:url(img/dianhua.png);
	width:26px;
	height:26px;
	position:absolute;
	top:0;
	left:0;
}
#header .other .other_bottom .tel .span_tel {
	font-size:20px;
	color:#d02127;
}
#header .nav > ul > .nav_li .nav_two {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	text-align:left;
	display:none;
	z-index:10;
	background:rgba(250, 251, 252, 0.97);
	height:200px;
	width:100%;
}
#header .nav > ul > .nav_li:hover .nav_two {
	display:block;
}
#header .nav > ul > .nav_li .nav_two .nav_two_div {
	width:auto;
	margin:20px 20px 0px;
}
#header .nav > ul > .nav_li .nav_two .nav_two_bg {
	width:30%;
	text-align:center;
}
#header .nav > ul > .nav_li .nav_two .nav_two_bg img {
	width:100%;
	height:auto;
}
#header .nav > ul > .nav_li .nav_two .nav_two_a {
	width:70%;
}
#header .nav > ul > .nav_li .nav_two .nav_two_a .nav_two_nav {
	display:block;
	height:26px;
	line-height:26px;
	color:#333;
	font-size:14px;
	margin:15px 0px 0px 12px;
	padding:5px 10px;
	width:85px;
}
#header .nav > ul > .nav_li .nav_two .nav_two_a .nav_two_nav:hover {
	color:#fff;
	background:#d02127;
}
#header .nav > ul > .nav_li .nav_two .nav_two_a2 {
	width:70%;
}
#header .nav > ul > .nav_li .nav_two .nav_two_a2 .nav_two_nav {
	display:block;
	height:26px;
	line-height:26px;
	color:#333;
	font-size:14px;
	margin:0px 0px 0px 30px;
	padding:5px 10px;
	width:105px;
}
#header .nav > ul > .nav_li .nav_two .nav_two_a2 .nav_two_nav:hover {
	color:#fff;
	background:#d02127;
}
#header.on {
	background:transparent;
}
#header.on .logo1 {
	display: block;
}
#header.on .logo0 {
	display: none;
}
#header.on .nav ul .nav_li .nav_one {
	color:#fff;
}
#header.on .other .other_bottom .tel .span_img {
	background:url(img/dianhua1.png);
}
#header.on .other .other_top .lang .a1 {
	color:#d02127;
}
#header.on .other .other_bottom .tel {
	color:#fff;
}
#header.on .other .other_bottom .tel .span_tel {
	color:#fff;
}
#header.on .other .other_top {
	color:#fff;
}
#header.on .other .other_top a {
	color:#fff;
}
/*尾部*/
#footer {
	background:#2d2d2d;
	min-height:410px;
	position:relative;
	z-index: 100;
}
#footer .footer_top {
	padding:60px 0px 30px;
}
#footer .footer_top .top_left .p1 {
	font-size:16px;
	color:#fff;
	line-height:26px;
	margin-bottom:20px;
}
#footer .footer_top .top_left .p1 i {
	display:none
}
#footer .footer_top .top_left .a1 {
	font-size:12px;
	color:#ccc;
	line-height:26px;
}
#footer .footer_top .top_left .a1:hover {
	color:#d02127;
}
#footer .footer_top .top_right .right_wid1 {
	width:51.4%;
}
#footer .footer_top .top_right .right_wid1 .p1 {
	display:none;
}
#footer .footer_top .top_right .right_wid2 {
	width:48.6%;
	text-align:right;
}
#footer .footer_top .top_right .right_wid2 > div {
	margin-left:20px;float:left; width:28.3%;
}
#footer .footer_top .top_right .right_wid2 > div:nth-child(1) {
margin-left:0px;
}
#footer .footer_top .top_right .p2 {
	font-size:16px;
	color:#fff;
	line-height:26px;
}
#footer .footer_top .top_right .p3 {
	font-size:12px;
	color:#ccc;
	line-height:26px;
	margin-left:12px;
}
#footer .footer_top .top_right .p3 span {
	font-size:16px;
	color:#b3150c;
	line-height:26px;
}
#footer .footer_top .top_right .p4 {
	font-size:12px;
	color:#999;
	line-height:26px;
}
#footer .footer_cen {
	height:70px;
	border-top:1px solid #3a3a3a;
	border-bottom:1px solid #3a3a3a;
	line-height: 70px; text-align:center; color:#FFFFFF
}


#footer .footer_cen p{
color:#FFFFFF
}

#footer .footer_cen p a{
color:#FFFFFF
}
#footer .footer_cen p a:hover{
color:#FF0000
}



#footer .footer_cen > div, #footer .footer_cen > div > a {
	font-size:12px;
	color:#858585;
}
#footer .footer_cen .inlinks {
	width:auto;
	font-size:12px;
	margin-top:8px;
	color:#666;
	line-height:30px;
}
#footer .footer_bot {
	height:50px;
}
#footer .footer_bot .p_link {
	font-size:12px;
	color:#777;
	line-height:50px;
	left:0;
}
#footer .footer_bot .link_container {
	width:85%;
}
#footer .footer_bot .link_container .swiper-slide {
	width:auto;
	font-size:12px;
	color:#666;
	line-height:50px;
}
#footer .footer_bot .link_container .swiper-slide:hover {
	color:#d02127;
}
#footer .footer_bot .link_button {
	background:none;
	line-height:50px;
	text-align:right;
}
#footer .footer_bot .swiper-button-next {
	right:0px;
}
#footer .footer_bot .swiper-button-prev {
	left:auto;
	right:15px;
}
#footer .footer_bot .swiper-button-disabled {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
#footer_nav {
	display:none;
}
/* 首页 index.php */
.index_title {
	margin:60px auto 45px;
}
.index_title .title_p1 {
	font-size:32px;
	color:#d02127;
}
.index_title .title_line {
	width:36px;
	height:2px;
	background:#d02127;
	margin:17px auto;
}
.index_title .title_p2 {
	font-size:12px;
	color:#666;
	text-transform: uppercase;
}
.index_more {
	font-size:15px;
	color:#d02127;
	margin:50px auto;
	width:160px;
	height:50px;
	line-height:50px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:25px;
}
.index_more .img2 {
	display:none;
}
.index_more:hover {
	color:#fff;
	background:#d02127;
	border:1px solid #d02127;
}
.index_more:hover .img1 {
	display:none;
}
.index_more:hover .img2 {
	display:inline-block;
}
.index_title.m1 {
	margin:50px auto 40px;
}
.index_title .title_p1.co_f {
	color:#fff;
}
.index_title .title_line.co_f {
	background:#fff;
}
.index_title .title_p2.co_f {
	color:#fff;
}
#index .index_about {
	background:#fff;
	padding-bottom:30px;
}
#index .index_about .p3 {
	font-size:14px;
	line-height:30px;
	color:#666;
	margin:45px auto 0px;
	width:99%;
	min-height: 200px;
}
#index .index_pro {
	background:#f4f4f4;
}
#index .index_pro .pro_bg {
	background:#fff;
}
#index .index_pro .pro_bg .pro_con {
	width:20%;
	height:300px;
}
#index .index_pro .pro_bg .pro_con .pro_img {
	left:0;
	top: 0;
	bottom: 0;
	width: 100%;
	background:#fff;
}
#index .index_pro .pro_bg .pro_con .pro_img img {
	max-height:285px;
}
#index .index_pro .pro_bg .pro_con .pro_img .right {
	left: auto;
	right:0;
}
#index .index_pro .pro_bg .pro_con .pro_img .i {
	top: 0;
	right:0;
	bottom: 0;
	width: 100%;
}
#index .index_pro .pro_bg .pro_con .pro_img .p1 {
	top:30px;
	left:30px;
	font-size:15px;
	color:#ffffff;
	text-shadow: #000 1px 1px 1px;
}
#index .index_pro .pro_bg .pro_con .pro_img .pro_text {
	width:45%;
	margin:80px 0px 0px 5%;
	display:none;
}
#index .index_pro .pro_bg .pro_con .pro_img .pro_text .p2 {
	font-size:14px;
	color:#666;
	line-height:20px;
}
#index .index_pro .pro_bg .pro_con .pro_img .pro_text .a1 {
	font-size:15px;
	color:#333;
	margin-top:45px;
	border:1px solid #ccc;
	display:block;
	line-height:40px;
	width:120px;
	height:40px;
	text-align:center;
}
#index .index_pro .pro_bg .pro_con:hover .pro_img {
	width:200%;
	z-index:33;
}
#index .index_pro .pro_bg .pro_con:hover .pro_img .p1 {
	color:#d02127;
	text-shadow:none
}
#index .index_pro .pro_bg .pro_con:hover .pro_img .i {
	width:50%;
}
#index .index_pro .pro_bg .pro_con:hover .pro_img .pro_text {
	display:block;
}
#index .index_case {
	background:#fff;
}
#index .index_case .case_bg .index_case_container .swiper-slide .case_con {
	cursor:pointer;
}
#index .index_case .case_bg .index_case_container .swiper-slide .case_con:nth-child(1) {
width:33%;
}
#index .index_case .case_bg .index_case_container .swiper-slide .case_con:nth-child(2) {
width:66.6%;
}
#index .index_case .case_bg .index_case_container .swiper-slide .case_con:nth-child(3) {
width:33.3%;
}
#index .index_case .case_bg .index_case_container .swiper-slide .case_con:nth-child(4) {
width:33.3%;
}
#index .index_case .case_con {
	overflow:hidden;
}
#index .index_case .case_con .p1 {
	top:50px;
	left:10%;
	color:#fff;
	font-size:20px;
}
#index .index_case .case_con .case_text {
	background:rgba(18, 131, 201, 0.6);
	top:0;
	right:100%;
	bottom:0;
	width:100%;
}
#index .index_case .case_con:hover .case_text {
	right:0;
}
#index .index_case .case_con:hover .p1 {
	display:none;
}
#index .index_case .case_con .case_text .p2 {
	color:#fff;
	font-size:20px;
	margin:50px 0 0 10%;
	width:85%;
	text-align:left;
}
#index .index_case .case_con .case_text .p3 {
	color:#fff;
	font-size:14px;
	margin:5% 0 0 10%;
	width:85%;
	text-align:left;
}
#index .index_case .case_con .case_text .a1 {
	font-size:15px;
	color:#fff;
	margin-top:30px;
	border:1px solid #fff;
	display:block;
	line-height:40px;
	width:120px;
	height:40px;
	text-align:center;
	margin-left:10%;
}
#index .index_case .swiper-button-next {
	right:0;
}
#index .index_case .swiper-button-prev {
	left:0;
}
#index .index_case .index_case_button {
	width:50px;
	height:50px;
	background:rgba(73, 158, 213, 0.8);
	text-align:center;
	line-height:68px;
	border-radius:50%;
}
#index .index_case .swiper-button-disabled {
	background:rgba(204, 204, 204, 0.8);
}
#index .index_adva {
	background:url(img/youshi_bg.jpg) no-repeat center;
	padding-bottom:130px;
}
#index .index_adva .p3 {
	font-size:26px;
	color:#fff;
	margin:0px auto 10px;
}
#index .index_adva .p3 span {
	font-weight:bold;
}
#index .index_adva .p4 {
	font-size:26px;
	color:#fff;
	margin:0px auto 35px;
	font-weight:bold;
}
#index .index_brand {
	background:#f4f4f4;
}
#index .index_brand .index_num {
	height:260px;
	margin-top:-130px;
	text-align:center;
	background:#fff;
}
#index .index_brand .index_num .num_ul .num_li {
	width:16.28%;
	height:100%;
}
#index .index_brand .index_num .num_ul .num_li .num_img {
	border-right:1px solid #ededed;
	margin-top:50px;
}
#index .index_brand .index_num .num_ul .num_li:nth-last-child(1) .num_img {
border-right:0px;
}
#index .index_brand .index_num .num_ul .num_li .p1 {
	font-size:12px;
	color:#333;
	line-height:28px;
	margin:45px auto 15px;
}
#index .index_brand .index_num .num_ul .num_li .p1 span {
	font-size:30px;/* font-weight:bold; */
}
#index .index_brand .index_num .num_ul .num_li .p2 {
	font-size:12px;
	color:#666;
	line-height:28px;
}
#index .index_brand {
	padding-bottom:80px;
}
#index .index_brand .brand_bg .brand_con {
	width:16.66%;
	height:140px;
}
#index .index_brand .brand_bg .brand_con .brand_img {
	width: 100%;
	background:#fff;
}
#index .index_brand .brand_bg .brand_con .brand_img .i {
	width: 100%;
	margin:20px auto 0px;
}
#index .index_brand .brand_bg .brand_con .brand_img .p1 {
	font-size:14px;
	color:#666;
	bottom:20px;
	width:100%;
}
#index .index_brand .brand_bg .brand_con:hover .brand_img .p1 {
	color:#d02127;
}
#index .index_new .new_bg .index_new_container {
	padding-bottom:120px;
}
#index .index_new .new_bg .index_new_container .new_con {
	width:30% !important;
	padding-right:3.3333% !important;
}
#index .index_new .new_bg .index_new_container .new_con .new_text .time {
	font-size:36px;
	color:#999;
}
#index .index_new .new_bg .index_new_container .new_con .new_text .p1 {
	font-size:16px;
	color:#333;
	margin:25px 0px;
	height:21px;
	overflow:hidden;
}
#index .index_new .new_bg .index_new_container .new_con .new_text .p1:hover {
	color:#d02127;
}
#index .index_new .new_bg .index_new_container .new_con .new_text .p2 {
	font-size:14px;
	color:#999;
	line-height:18px;
	margin:25px 0px;
}
#index .index_new .new_bg .index_new_container .new_con .new_text .p2:hover {
	color:#d02127;
}
#index .index_new .new_bg .index_new_container .new_con .new_text .a1 {
	font-size:14px;
	color:#222;
	display:block;
	line-height:38px;
	border-top:1px solid #e6e6e6;
	width:39px;
}
#index .index_new .new_bg .index_new_container .new_con .new_text .a1:hover {
	color:#d02127;
}
#index .index_new .new_bg .index_new_container .index_new_button {
	background:none;
	width:28px;
	height:18px;
	bottom:50px;
	top:auto;
}
#index .index_new .new_bg .index_new_container .swiper-button-next {
	right:43%;
}
#index .index_new .new_bg .index_new_container .swiper-button-prev {
	left:43%;
}
#index .index_new .new_bg .index_new_container .swiper-button-disabled {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
#index .index_new .new_bg .index_new_container .button_a {
	left:50%;
	margin-left:-14px;
}
/* 首页视频弹窗*/
.bg_popup {
	background:rgba(0, 0, 0, 0.6);
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	z-index:888;
}
.bg_popup .price_chan {
	width:70%;
	height:70%;
	border-radius:5px;
	background:#fff;
	margin:10% auto;
	padding-top:1px;
	position:relative;
}
.bg_popup .price_chan .close1 {
	width:36px;
	height:36px;
	background:url(img/icon48.png) no-repeat center;
	position:absolute;
	top:-20px;
	right:-20px;
	cursor:pointer;
}
.bg_popup .price_chan .video {
	width:100%;
	height:100%;
}
/*关于我们 about*/
#about {
	background:#f5f5f5;
}
#about .company {
	background:#fff;
}
#about .company .text {
	font-size:14px;
	color:#666;
	line-height:35px;
	text-align: left;
	padding-bottom:40px;
	border-bottom:1px solid #ededed;
}
#about .company .p1 {
	font-size:26px;
	margin:50px auto 10px;
}
#about .company .p1 span {
	font-weight:bold;
}
#about .company .p2 {
	font-size:26px;
	margin:0px auto 35px;
	font-weight:bold;
}
#about .company .company_num {
	height:260px;
	text-align:center;
}
#about .company .company_num .num_ul .num_li {
	width:14.28%;
	height:100%;
}
#about .company .company_num .num_ul .num_li .num_img {
	border-right:1px solid #ededed;
	margin-top:50px;
}
#about .company .company_num .num_ul .num_li:nth-last-child(1) .num_img {
border-right:0px;
}
#about .company .company_num .num_ul .num_li .p3 {
	font-size:12px;
	color:#333;
	line-height:28px;
	margin:45px auto 15px;
}
#about .company .company_num .num_ul .num_li .p3 span {
	font-size:40px;/* font-weight:bold; */
}
#about .company .company_num .num_ul .num_li .p4 {
	font-size:12px;
	color:#666;
	line-height:20px;
}
#about .honor {
	background:#fff;
	margin:20px auto 50px;
	overflow:hidden;
}
#about .honor {
}
#about .honor .dg-container nav span {
	width:48px;
	height:48px;
	border-radius:50%;
	display:block;
	line-height:48px;
	cursor:pointer;
	position:absolute;
	color:#bbb;
}
#about .honor .dg-container nav .dg_button {
	top:45%;
	width:50px;
	height:50px;
	background:rgba(204, 204, 204, 0.8);
	text-align:center;
	line-height:68px;
	border-radius:50%;
}
#about .honor .dg-container nav .dg_button:hover {
	background:rgba(0, 140, 214, 0.8);
}
#about .honor .dg-container nav .dg-next {
	right:-30px;
}
#about .honor .dg-container nav .dg-prev {
	left:0px;
}
#about .honor .dg-container .button {
	display:none;
}
#about .honor .dg-container .dg-center {
	box-shadow:0px 9px 9px #dcdcdc;
}
#about .culture {
	background:#fff;
	padding-bottom:60px;
	margin-bottom:60px;
}
#about .culture .spec_con {
	background:#f5f5f5;
}
#about .culture .spec_con .con_div {
	width:50%;
}
#about .culture .spec_con .con_text .text_mar {
	margin:30px auto 0px;
	width:95%;
	line-height:26px;
}
#about .culture .spec_con .con_text .text_mar .p1 {
	font-size:20px;
	color:#d02127;
	font-weight:bold;
	margin-bottom:10px;
}
#about .culture .spec_con .con_text .text_mar .p2 {
	font-size:16px;
	color:#333;
	font-weight:bold;
}
#about .culture .spec_con .con_text .text_mar .p3 {
	font-size:14px;
	color:#666;
	margin-top:10px;
}
#about .history {
	background:url(img/history_bg.jpg) no-repeat center;
	margin-bottom:70px;/* max-height:910px; */
	background-size:cover;
}
#about .history .gallery-top {
	height:330px;
	margin:0 auto;
	width:100%;
	overflow:visible;
}
#about .history .gallery-top .p1 {
	font-size:60px;
	font-weight:bold;
	color:#d02127;
}
#about .history .gallery-top .p2 {
	font-size:26px;
	color:#333;
	line-height:36px;
	margin:30px auto;
	width:100%;
}
#about .history .gallery-top .p3 {
	text-align:center;
	display:none;
}
#about .history .gallery-top .p3 img {
	margin-left:20px;
}
#about .history .gallery-top .p3 img:nth-child(1) {
margin-left:0px;
}
#about .history .gallery-top .swiper-wrapper .swiper-slide.swiper-slide-active .p3 {
	display:block;
}
#about .history .gallery-top .swiper-wrapper .swiper-slide.swiper-slide-active .p3 img {
	width:250px;
	height:187px;
}
#about .history .gallery-top .swiper-button-next {
	right:-22px;
}
#about .history .gallery-top .swiper-button-prev {
	left:-22px;
}
#about .history .gallery-top .swiper-button-white {
	width:22px;
	height:22px;
	top:570px;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
	background:none;
}
#about .history .gallery-top .swiper-button-white:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);
	filter:gray;
	background:none;
}
#about .history .gallery-bg {
	background:url(img/history_line.jpg) center no-repeat;
	height:180px;
	overflow: hidden;
	margin:140px auto 30px;
}
#about .history .gallery-thumbs {
	height:180px;
	width:100%;
}
#about .history .gallery-thumbs .swiper-wrapper .deve_num {
	cursor:pointer;
	background:url(img/icon21.png) center no-repeat;
}
#about .history .gallery-thumbs .swiper-wrapper .deve_num .p2 {
	text-align:center;
	font-size:16px;
	line-height:40px;
	color:#666;
}
#about .history .gallery-thumbs .swiper-wrapper .deve_num:hover {
	background:url(img/icon19.png) center no-repeat;
}
#about .history .gallery-thumbs .swiper-wrapper .deve_num:hover .p2 {
	color:#2058ab;
}
#about .history .gallery-thumbs .swiper-wrapper .swiper-slide-active {
	background:url(img/icon19.png) center no-repeat;
}
#about .history .gallery-thumbs .swiper-wrapper .swiper-slide-active .p2 {
	color:#2058ab;
}
#about .team {
	background:#fff;
	margin-bottom:80px;
}
#about .team .team_video .p1 {
	font-size:14px;
	line-height:26px;
	color:#333;
	margin:0px auto 50px;
}
#about .team .team_video .video {
	width:660px;
	margin:0px auto;
	height:370px;
}
#about .team .team_video .video img {
	cursor:pointer;
}
#about .team .p2 {
	font-size:16px;
	line-height:26px;
	color:#000;
	margin:40px auto;
}
#about .team .team_img .img_con {
	margin-left:4%;
	width:22%;
}
#about .team .team_img .img_con:nth-child(4n+1) {
margin-left:0;
}
#about .team .team_img .img_con .img {
	width:100%;
	height:auto;
}
#about .team .team_img .img_con .p3 {
	font-size:16px;
	line-height:26px;
	color:#333;
	margin:30px auto;
}
#about .subo {
	background:#fff;
	margin-bottom:80px;
}
#about .subo .subo_con .con_left {
	width:25.4%;
}
#about .subo .subo_con .con_left .subo_title {
	cursor:pointer;
}
#about .subo .subo_con .con_left .subo_title .tit_line {
	height:15px;
	width:1px;
	background:#d02127;
	margin:8px 0px 8px 8px;
}
#about .subo .subo_con .con_left .subo_title .img1 {
	display:inline-block;
}
#about .subo .subo_con .con_left .subo_title .img2 {
	display:none;
}
#about .subo .subo_con .con_left .subo_title img {
	margin-top:3px;
}
#about .subo .subo_con .con_left .subo_title .tit_img {
	font-size:14px;
	color:#333;
	line-height:26px;
}
#about .subo .subo_con .con_right {
	width:74.6%;
}
#about .subo .subo_con .con_right .subo_text {
	width:100%;
	display:none;
}
#about .subo .subo_con .con_right .subo_text .text {
	font-size:16px;
	line-height:26px;
	color:#333;
	text-align:left;
}
#about .subo .subo_con .con_right .subo_text .a1 {
	font-size:16px;
	line-height:26px;
	color:#d02127;
	margin:30px 0px 80px;
	display:inline-block;
}
#about .subo .subo_con .con_left .subo_title.artive .img1 {
	display:none;
}
#about .subo .subo_con .con_left .subo_title.artive .img2 {
	display:inline-block;
}
#about .subo .subo_con .con_left .subo_title.artive .tit_img {
	color:#d02127;
	font-weight:bold;
}
#about .subo .subo_con .con_right .subo_text.artive {
	display:block;
}
/*代理品牌 brand*/
#brand {
	background:#f5f5f5;
}
#brand .brand {
	background:#fff;
	width:100%;
	margin-bottom:70px;
}
#brand .brand .brand_left {
	width:15.6%;
	height:1180px;
}
#brand .brand .brand_left .brand_left_container {
	margin-top:30px;
	height: 1055px;
}
#brand .brand .brand_left .brand_left_container .swiper-slide {
	max-width:160px;
	margin:0 auto;
	text-align:center;
	border:1px solid #fff;/* margin-bottom:10px; */
	width:67%;
	position:relative;
	cursor:pointer;
}
#brand .brand .brand_left .brand_left_container .swiper-slide .p2 {
	color:#666;
	font-size:14px;
	height: 20px;
}
#brand .brand .brand_left .brand_left_container .swiper-slide .img {
	height:56px;
}
#brand .brand .brand_left .brand_left_container .swiper-slide .img img {
	max-height:80%;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
#brand .brand .brand_left .brand_anniu {
	max-width:80px;
	max-height:35px;
	width:33.4%;
	background-size:33.4% 35px;
}
#brand .brand .brand_left .swiper-button-next {
	background:url(img/anniu1.jpg) no-repeat center;
	top:auto;
	bottom:30px;
	right:30px;
}
#brand .brand .brand_left .swiper-button-prev {
	background:url(img/anniu4.jpg) no-repeat center;
	top:auto;
	bottom:30px;
	left:30px;
}
#brand .brand .brand_left .swiper-button-next.swiper-button-disabled {
	background:url(img/anniu2.jpg) no-repeat center;
}
#brand .brand .brand_left .swiper-button-prev.swiper-button-disabled {
	background:url(img/anniu3.jpg) no-repeat center;
}
#brand .brand .brand_right {
	width:84.4%;
}
#brand .brand .brand_right .brand_con {
	width:90%;
	padding:50px 45px;
	border-left:1px solid #ececec;
	display:none;
}
#brand .brand .brand_right .brand_con .p1 {
	font-size:24px;
	line-height:50px;
	color:#333;
}
#brand .brand .brand_right .brand_con .a1 {
	font-size:14px;
	color:#333;
	padding:10px 20px;
	display:inline-block;
	border:1px solid #c9c9c9;
	margin:10px 10px 60px 0px;
}
#brand .brand .brand_right .brand_con .brand_a {
	margin:20px 0px;
	font-size:14px;
	line-height:20px;
	color:#666;
}
#brand .brand .brand_right .brand_con .brand_a .a2 {
	color:#d02127;
}
#brand .brand .brand_left .brand_left_container .swiper-slide.on {
	border:1px solid #d02127;
}
#brand .brand .brand_left .brand_left_container .swiper-slide.on .p2 {
	color:#d02127;
}
#brand .brand .brand_left .brand_left_container .swiper-slide.on .img img {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);
	filter:gray;
}
#brand .brand .brand_right .brand_con.artive {
	display:block;
}
/*成功案例 case*/
#case {
	background:#f5f5f5;
}
#case .case_ul {
	width:100%;/* max-height:990px; */
}
#case .case_ul .case_li {
	width:33.333%;
	overflow:hidden;
}
#case .case_ul .case_li:before {
	padding-top: 64.0776%;
	display: block;
	content: '';
}
#case .case_ul .case_li .case_bg {
	background:rgba(0, 0, 0, 0.5);
	top:81.81%;
}
#case .case_ul .case_li .case_bg .case_mar {
	margin:0 auto;
	width:85.43%;
}
#case .case_ul .case_li .case_bg .p1 {
	font-size:20px;
	text-align:center;
	color:#fff;
	margin-top:10px;
}
#case .case_ul .case_li .case_bg .p2 {
	font-size:14px;
	line-height:20px;
	color:#dcf2ff;
	margin:20px auto 15px;
}
#case .case_ul .case_li .case_bg .p3 {
	font-size:14px;
	line-height:20px;
	color:#dcf2ff;
	height:80px;
	overflow:hidden;
}
#case .case_ul .case_li .case_bg .a1 {
	font-size:15px;
	color:#fff;
	margin-top:25px;
	border:1px solid #fff;
	display:block;
	line-height:40px;
	width:120px;
	height:40px;
	text-align:center;
}
#case .case_ul .case_li:hover .case_bg {
	background:rgba(18, 131, 201, 0.6);
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#case .case_ul .case_li:hover .case_bg .p1 {
	text-align:left;
	margin-top:20px;
}
/*成功案例详情 case_detail*/
#case_detail {
	background:#f5f5f5;
}
#case_detail .case_detail {
	background:#fff;
}
#case_detail .case_detail .p1 {
	font-size:24px;
	color:#333;
	margin:70px auto 60px;
}
#case_detail .case_detail .pic {
	max-width:85.71%;
	margin:0 auto;
}
#case_detail .case_detail .contents {
	width:85.71%;
	margin:60px auto;
}
#case_detail .case_detail .case_anniu {
	display:block;
	width:60px;
	height:60px;
	background:rgba(73, 158, 213, 0.8);
	text-align:center;
	line-height:60px;
	top:45%;
}
#case_detail .case_detail .case_anniu.on {
	background:rgba(141, 152, 170, 0.8);
}
#case_detail .case_detail .case_next {
	right:0px;
}
#case_detail .case_detail .case_prev {
	left:0px;
}
#case_detail .reco_case {
	background:#fff;
	margin:20px auto 85px;
}
#case_detail .reco_case .case_ul {
	width:95%;
	margin:0 auto 50px;
}
#case_detail .reco_case .case_ul .case_li {
	width:30%;
	margin-left:5%;
	overflow:hidden;
}
#case_detail .reco_case .case_ul .case_li:nth-child(1) {
margin-left:0;
}
#case_detail .reco_case .case_ul .case_li:before {
	padding-top: 64.0776%;
	display: block;
	content: '';
}
#case_detail .reco_case .case_ul .case_li .case_bg {
	background:rgba(0, 0, 0, 0.5);
	bottom:0px;
	height:40px;
}
#case_detail .reco_case .case_ul .case_li .case_bg .case_mar {
	margin:0 auto;
	width:85.43%;
}
#case_detail .reco_case .case_ul .case_li .case_bg .p1 {
	font-size:20px;
	text-align:center;
	color:#fff;
	line-height:40px;
}
/*新闻中心 news*/
#news {
	background:#f5f5f5;
}
#news .news_ul {
	width:100%;
	margin-top:70px;
}
#news .news_ul li {
	height:140px;
}
#news .news_ul .time {
	width:12.98%;
	height:100%;
	position:relative;
}
#news .news_ul .time .p1 {
	font-size:36px;
	color:#666;
	line-height:20px;
	margin:25px 0px 0px 20px;
}
#news .news_ul .time .p2 {
	font-size:14px;
	color:#999;
	line-height:20px;
	margin:20px 0px 20px 20px;
}
#news .news_ul .time .time_img {
	margin:0px 0px 0px 20px;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
#news .news_ul .con {
	width:87.02%;
	height:100%;
	position:relative;
}
#news .news_ul .con:before {
	height:100%;
	position:absolute;
	top:0;
	left:0px;
	background:#ddd;
	width:1px;
	display: block;
	content: '';
}
#news .news_ul .con:after {
	height:0;
	position:absolute;
	top:0;
	left:0px;
	background:#d02127;
	width:1px;
	display: block;
	content: '';
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-ms-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
	z-index:10;
}
#news .news_ul .con .text {
	width:99%;
	margin-left:5%;
	margin-right:6%;
}
#news .news_ul .con .text .a1 {
	font-size:18px;
	color:#333;
	margin:20px 0px 0px 0px;
	display:block;
}
#news .news_ul .con .text .p3 {
	font-size:12px;
	color:#666;
	line-height:30px;
	height:60px;
	overflow:hidden;
}
#news .news_ul .con .img {
	width:30%;
}
#news .news_ul li:hover .time .p1 {
	color:#d02127;
}
#news .news_ul li:hover .con:after {
	height:100%;
}
#news .news_ul li:hover .con .text {
	margin-left:7%;
	margin-right:4%;
}
#news .news_ul li:hover .con .text .a1 {
	color:#d02127;
}
#news .news_ul li:hover .time .time_img {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);
	filter:gray;
}
/*新闻中心详情 news_detail*/
#news_detail {
	background:#f5f5f5;
}
#news_detail .news_detail {
	background:#fff;
	margin-bottom:70px;
}
#news_detail .news_detail .text_left {
	width:79%;
	position:relative;
	margin-top:50px;
}
#news_detail .news_detail .text_left:after {
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:#efefef;
	width:1px;
	display: block;
	content: '';
}
#news_detail .news_detail .text_left .title {
	width:93.67%;
	margin:0 auto;
	border-bottom:1px dotted #ccc;
}
#news_detail .news_detail .text_left .title .p1 {
	font-size:22px;
	color:#333;
	line-height:30px;
	margin:0px auto 30px;
}
#news_detail .news_detail .text_left .title .p2 {
	font-size:12px;
	color:#999;
	line-height:24px;
	margin:0px auto 35px;
}
#news_detail .news_detail .text_left .title .p2 span {
	color:#666;
}
#news_detail .news_detail .text_left .contents {
	width:93.67%;
	margin:60px auto 0px;
	border-bottom:1px dotted #ccc;
	padding-bottom:40px;
}
#news_detail .news_detail .text_left .contents .con img {
	max-width:100%;
}
#news_detail .news_detail .text_left .contents .bdsharebuttonbox {
	display:inline-block;
	margin-top:50px;
}
#news_detail .news_detail .text_left .anniu {
	width:93.67%;
	margin:50px auto 0px;
}
#news_detail .news_detail .text_left .anniu .anniu_p {
	font-size:14px;
	color:#d02127;
	margin:0px auto 25px;
}
#news_detail .news_detail .text_left .anniu .anniu_p .news_anniu {
	color:#666;
}
#news_detail .news_detail .recommend {
	width:19%;
	margin-top:50px;
	padding:0px 1%;
}
#news_detail .news_detail .recommend .p3 {
	font-size:16px;
	color:#333;
	line-height:24px;
	margin:0px auto 30px;
	font-weight:bold;
}
#news_detail .news_detail .recommend ul li {
	list-style:disc inside;
	color:#999;
	height:45px;
	overflow:hidden;
}
#news_detail .news_detail .recommend ul li a {
	font-size:12px;
	color:#333;
	line-height:36px;
	margin:0px auto 20px;
}
/*联系我们 contact*/
#contact {
	background:#f5f5f5;
}
#contact .info {
	background:#fff;
}
#contact .info .p1 {
	font-size:30px;
	color:#333;
	margin:60px auto 80px;
}
#contact .info .con_info {
	width:88.3%;
	margin:0 auto;
}
#contact .info .con_info > div {
	width:30%;
}
#contact .info .con_info > div:nth-child(1) {
width:40%;
}
#contact .info .con_info .p2 {
	font-size:14px;
	color:#666;
	line-height:26px;
}
#contact .info .con_info .p3 {
	font-size:14px;
	color:#333;
	line-height:26px;
	margin:10px 0px 80px 22px;
}
#contact .info .con_info .p4 {
	font-size:20px;
	color:#d02127;
	line-height:26px;
	margin:10px 0px 80px 22px;
}
#contact .info .con_info > div .p2 > img {
	float:left;
	margin-top:3px;
}
#contact #allmap {
	margin:20px auto;
	border:1px solid #ccc;
	width:100%;
	height:537px;
}
#contact .address {
	width:100%;
	margin-bottom:60px;
}
#contact .address .add_bg {
	width:32.5%;
	margin-bottom:20px;
	margin-left:1.25%;
	height:100px;
	background:#fff url(img/icon25.png) no-repeat 10px center;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
#contact .address .add_bg:nth-child(3n+1) {
margin-left:0;
}
#contact .address .add_bg.artive {
	box-shadow:0px 0px 5px #d02127;
}
#contact .address .add_bg.artive:after {
	content:'';
	position:absolute;
	border-right:1px solid #d02127;
	border-bottom:1px solid #d02127;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display: block;
}
#contact .address .add_bg.artive:before {
	content:'';
	position:absolute;
	border-left:1px solid #d02127;
	border-top:1px solid #d02127;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: block;
}
#contact .address .add_bg .add_text {
	margin:20px 0px 0px 50px;
}
#contact .address .add_bg .add_text .p5 {
	font-size:16px;
	color:#333;
	line-height:26px;
}
#contact .address .add_bg .add_text .p6 {
	font-size:14px;
	color:#333;
	line-height:26px;
}
#contact .address .add_bg .add_text .p6 .sp1 {
	color:#666;
}
#contact .recr {
	background:#fff;
}
#contact .recr .welfare .p1 {
	font-size:24px;
	color:#333;
	line-height:60px;
}
#contact .recr .welfare .wel_con {
	font-size:14px;
	color:#666;
	line-height:20px;
}
#talent {
	background:#fff;
	padding-bottom:80px;
}
#talent .box {
	padding-top:54px;
}
#talent .box .item {
	background:#d02127;
	height:60px;
	font-size: 0;
}
#talent .box .item.item_2 {
	background:none;
	color:#f1f2f3;
}
#talent .box .item.item_2.item_3 {
	background:#ffffff;
}
#talent .box .item .f16 {
	color:#fff;
	font-size:16px;
}
#talent .box .tops {
	background:#525252;
	color:#fff;
	height:60px;
	line-height:60px;
	padding-left:2%;
	width:98%;
}
#talent .box .list {
	background:#fff;
	height:58px;
	line-height:58px;
	padding-left:2%;
	width:98%;
	margin-bottom:20px;
	border-top:1px solid #ececec;
}
#talent .box .list .mid {
	width:80%;
}
#talent .box .list .mid a {
	color:#666;
	cursor:pointer;
}
#talent .box .list .mid a:hover {
	color:#d02127;
}
#talent .box .item .name {
	width:20%;
	padding-left:2%;
}
#talent .box .item .work {
	width:20%;
	padding-left:2%;
}
#talent .box .item .people {
	width:20%;
	padding-left:2%;
}
#talent .box .item .salary {
	width:20%;
	padding-left:2%;
}
#talent .box .item .f14 {
	color:#333;
	font-size:14px;
	padding-left:2.5%;
}
#talent .box .item .jia {
	background:url('img/jia.png') no-repeat center center;
	width:20px;
	height:20px;
	margin:20px 18px 0 0;
	cursor:pointer;
}
#talent .box .item .jia.jian {
	background:url('img/jian.png');
}
#talent .box .on {
	background:#fff !important;
	border-bottom:#e3e3e3 1px solid;
}
#talent .box .open {
	background:#fff !important;
}
#talent .box .box_2 {
	background:#eaebec;
	overflow:hidden;
}
#talent .box .box_2 .content {
	font-size:16px;
	color:#333;
	line-height:22px;
	display:none;
	padding:16px;
}
#talent .box .box_2 .content .white {
	padding-top:62px;
	padding-bottom:39px;
}
#talent .box .box_2 .content .white .btn {
	display:block;
	width:82px;
	height:40px;
	border-radius:4px;
	margin:0 auto;
	padding-left:45px;
	font-size:16px;
	color:#fff;
	background:url('http://fdjzcn.com/theme/default/Images/email.png') #3a98ce no-repeat 22px center;
}
#talent .box .box_2 .content .con_top .text {
	font-size:14px;
	color:#333;
	width:50%;
}
#talent .box .box_2 .content .con_top .text .p2 {
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin:20px auto;
}
#talent .box .box_2 .content .con_bottom .info {
	font-size:14px;
	color:#666;
	margin:20px auto;
	line-height:36px;
}
#talent .box .box_2 .content .con_bottom .info span {
	color:#d02127;
}
#talent .box .box_2 .content .con_bottom .anniu a {
	display:block;
	width:140px;
	height:40px;
	border:1px solid #ccc;
	line-height:40px;
	text-align:center;
	margin-left:50px;
}
#contact .message {
	background:#fff;
	margin-bottom:80px;
}
#contact .message .mess_img {
	width:32.46%;
	height:600px;
}
#contact .message .mess_con {
	width:67.54%;
}
#contact .message .mess_con .mess_form {
	margin:70px 0px 0px 40px;
}
#contact .message .mess_con .mess_input {
	float:left;
	width:30%;
	margin-left:3.5%;
	height:60px;
	border-radius: 5px;
}
#contact .message .mess_con .mess_input:after {
	content:'';
	position:absolute;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display: block;
	border-radius: 5px;
}
#contact .message .mess_con .mess_input:before {
	content:'';
	position:absolute;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: block;
	border-radius: 5px;
}
#contact .message .mess_con .mess_input:nth-child(1) {
margin-left:0;
}
#contact .message .mess_con .mess_input input {
	width:80%;
	height:60px;
	padding-left:10px;
	position:relative;
	z-index:10;
	font-size:16px;
}
#contact .message .mess_con .mess_input .tips {
	top:30%;
	right:20px;
}
#contact .message .mess_con textarea {
	width:97%;
	height:330px;
	font-size:16px;
	border:1px solid #ccc;
	border-radius:5px;
	margin-top:20px;
	text-indent:1em;
	padding-top:10px;
}
#contact .message .mess_con div[type='submit'] {
	cursor:pointer;
	line-height:50px;
	text-align:center;
	width:180px;
	height:50px;
	border-radius:5px;
	margin:30px auto;
	display:block;
	font-size:16px;
	color:#fff;
	background:#d02127;
	border:none;
}
/*产品中心 product*/
#product {
	background:#fff;
	position:relative;
}
#product .zuobian {
	width: 310px;
}
#product .zuobian .bg {
	background: #f5f5f5;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1000px;
}
#product .zuobian .cn {
	width: 310px;
}
#product #left_nav {
	width:100%;
	z-index:2;
	background: #f5f5f5;
	left:0;
	right:0;
	height: 0;
}
#product #left_nav.cur {
	top: 0;
}
#product #left_nav .left_nav_fl {
	width:310px;
	background: #f5f5f5;
}
#product #left_nav .left_title {
	padding:40px 0px 20px;
	border-bottom:1px solid #e3e3e3;
	width:90%;
}
#product #left_nav .left_title .p1 {
	font-size:28px;
	color:#333;
}
#product #left_nav .left_title .p2 {
	font-size:12px;
	color:#999;
}
#product #left_nav .left_nav {
	width:90%;
}
#product #left_nav .left_nav .left_nav_item {
	font-size:16px;
	color:#333;
	line-height:50px;
	border-bottom:1px dashed #e3e3e3;
	text-indent:0.8em;
}
#product #left_nav .left_nav .left_nav_item:hover {
	color:#fff;
	background:#d02127;
}
#product #left_nav .left_nav .left_nav_item.on {
	color:#fff;
	background:#d02127;
}
#product #left_nav .left_nav .left_nav_item.artive ~ .a_img {
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg);/* Safari ??Chrome */
-o-transform:rotate(180deg);
}
#product #left_nav .left_nav .left_nav_item.item2 {
	font-size:14px;
	text-indent:1.5em;
}
#product #left_nav .left_nav .a_img {
	right:10px;
	top:20px;
	cursor:pointer;
	width:21px;
	height:12px;
}
#product #left_nav .left_tel {
	width:90%;
	background:#fff;
	margin:20px 0px;
	padding:25px 0px;
}
#product #left_nav .left_tel .p3 {
	font-size:14px;
	color:#666;
	margin-left:15px;
}
#product #left_nav .left_tel .p4 {
	font-size:31px;
	color:#d02127;
	margin-left:15px;
}
#product .product_list {
	background:#fff;
	min-height:775px;
}
#product .product_list .product_cate .product {
	width:30%;
	margin-left:3%;/* height:470px; */
	margin-bottom:20px;
}
#product .product_list .product_cate .product:nth-child(3n+1) {
margin-left:4%;
}
#product .product_list .product_cate .product .pro_border {
	border:1px solid #eee;
	max-height:470px;
}
#product .product_list .product_cate .product .pro_img {
	width:100%;
}
#product .product_list .product_cate .product .p1 {
	font-size:18px;
	color:#333;
	line-height:50px;
}
#product .product_list .product_cate .product .p2 {
	font-size:14px;
	color:#949494;
	line-height:30px;
}
#product .product_list .product_cate .product .a1 {
	font-size:15px;
	color:#333;
	margin:15px auto 25px;
	border:1px solid #ccc;
	display:block;
	line-height:40px;
	width:120px;
	height:40px;
	text-align:center;
}
#product .product_list .li_load {
	text-align:center;
	padding:60px 0px;
}
/*产品详情 product_detail*/
#product .youbian .product_detail {
	width:91.86%;
	margin:0 auto;
}
#product .youbian .product_detail .detail_con .detail_img {
	width:48%;
}
#product .youbian .product_detail .detail_con .detail_img .img_border {
	border:1px solid #e3e3e3;
}
#product .youbian .product_detail .detail_con .detail_img .swiper-pagination .swiper-pagination-bullet {
	border:1px solid #9e9e9e;
	background:transparent;
	opacity:1;
}
#product .youbian .product_detail .detail_con .detail_img .swiper-pagination .swiper-pagination-bullet-active {
	border:1px solid #0382db;
	background:#0382db;
}
#product .youbian .product_detail .detail_con .detail_img .swiper_button {
	width: 60px;
	height: 60px;
	background: rgba(73, 158, 213, 0.8);
	text-align: center;
	line-height: 60px;
}
#product .youbian .product_detail .detail_con .detail_img .swiper-button-prev {
	left:0px;
}
#product .youbian .product_detail .detail_con .detail_img .swiper-button-next {
	right:0px;
}
#product .youbian .product_detail .detail_con .detail_img .swiper-button-disabled {
	background: rgba(141, 152, 170, 0);
}
#product .youbian .product_detail .detail_con .detail_text {
	width:48%;
	margin-left:4%;
}
#product .youbian .product_detail .detail_con .detail_text .p1 {
	font-size:22px;
	line-height:50px;
	color:#333;
}
#product .youbian .product_detail .detail_con .detail_text .p2 {
	font-size:16px;
	color:#666;
	line-height:28px;
}
#product .youbian .product_detail .detail_con .detail_text .p3 {
	font-size:16px;
	color:#333;
	margin:50px auto 20px;
}
#product .youbian .product_detail .detail_con .detail_text .p4 {
	font-size:16px;
	color:#666;
}
#product .youbian .product_detail .detail_con .detail_text .a1 {
	font-size:14px;
	color:#fff;
	width:220px;
	height:60px;
	background:#d02127;
	line-height:60px;
	margin-top:50px;
}
#product .youbian .product_detail .detail_tent {
	margin:50px auto 100px;
}
#product .youbian .product_detail .detail_tent .tent_text .title {
	width:93.67%;
	margin:0 auto;
	border-bottom:1px dotted #ccc;
}
#product .youbian .product_detail .detail_tent .tent_text .title .p1 {
	font-size:22px;
	color:#333;
	line-height:30px;
	margin:0px auto 30px;
}
#product .youbian .product_detail .detail_tent .tent_text .title .p2 {
	font-size:12px;
	color:#999;
	line-height:24px;
	margin:0px auto 35px;
}
#product .youbian .product_detail .detail_tent .tent_text .title .p2 span {
	color:#666;
}
#product .youbian .product_detail .detail_tent .tent_title {
	height:60px;
	border-bottom:2px solid #e9e9e9;
}
#product .youbian .product_detail .detail_tent .tent_title .title_p {
	line-height:60px;
	color:#333;
	font-size:22px;
	margin-right:60px;
	cursor:pointer;
	position:relative;
}
#product .youbian .product_detail .detail_tent .tent_title .title_p:after {
	content:'';
	position:absolute;
	border-bottom:2px solid #d02127;
	left:0;
	right:0;
	bottom:-2px;
	width:0;
	height:100%;
	display: block;
	-webkit-transition:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-ms-transition:all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
	transition:all 500ms ease 0s;
}
#product .youbian .product_detail .detail_tent .tent_title .title_p:hover {
	color:#d02127;
}
#product .youbian .product_detail .detail_tent .tent_title .title_p:hover:after {
	width:100%;
}
#product .youbian .product_detail .detail_tent .tent_title .title_p.on {
	color:#d02127;
}
#product .youbian .product_detail .detail_tent .tent_title .title_p.on:after {
	width:100%;
}
#product .youbian .product_detail .detail_tent .tent_text {
	margin-top:50px;
	font-size:16px;
	color:#666;
}
#product .youbian .product_detail .detail_tent .tent_text .contents {
	max-width:100%;
	height:auto;
}
#product .youbian .product_detail .detail_tent .tent_text .contents img {
	display:block;
	margin:0 auto;
}
/*搜索*/
#search_php {
	padding-top:120px;
}
#search_php .bg {
	background:#ccc;
	width:100%;
	padding:20px 0px;
}
#search_php .bg .con {
	background:#fff;
	width:80%;
	margin:0 auto;
	border-bottom:1px solid #aaa;
	padding:2%;
}
#search_php .bg .con span.p1 {
	color:red;
}
#search_php .bg .con a.a1 {
	color:#d02127;
	margin-left:10px;
}
#search_php .bg .con p.p2 {
	margin-top:10px;
}
 @media screen and (max-width: 1520px) {
 #header .nav ul .nav_li {
margin-right:50px;
}
/*#index .index_new .new_bg .index_new_container .new_con{width:49% !important;padding-right:1% !important;}*/
}
@media screen and (max-width: 1470px) {
 #about .honor #dg-container {
display:none;
}
 #about .honor .honor_container {
display:block;
width: 100%;
height: 70%;
margin-left: auto;
margin-right: auto;
}
 #about .honor .honor_container .swiper-wrapper .swiper-slide {
width:100%;
height:100%;
}
 #about .honor .honor_container .swiper-wrapper .swiper-slide img {
max-width:433px;
max-height:297px;
margin-bottom:40px;
}
 #case .case_ul .case_li .case_bg .p3 {
height:40px;
}
}
@media screen and (max-width: 1360px) {
 #header .nav ul .nav_li {
margin-right:25px;
}
 #index .index_case .case_con .p1 {
top:20px;
left:5%;
}
 #index .index_case .case_con .case_text .p2 {
margin:20px 0 0 5%;
}
 #index .index_case .case_con .case_text .p3 {
margin:2% 0 0 5%;
}
 #index .index_case .swiper-button-next {
right:-20px;
}
 #index .index_case .swiper-button-prev {
left:-20px;
}
 #index .index_case .case_con .case_text .a1 {
margin-top:15px;
line-height:30px;
width:100px;
height:30px;
margin-left:5%;
}
 #footer .footer_top .top_right .right_wid2 > div {
width:40%;
}
 #case .case_ul .case_li .case_bg .p2 {
margin:10px auto;
}
 #case .case_ul .case_li .case_bg .p3 {
height:60px;
}
 #case .case_ul .case_li .case_bg .a1 {
margin-top:15px;
line-height:30px;
width:100px;
height:30px;
}
 #case .case_ul .case_li:hover .case_bg .p1 {
margin-top:10px;
}
}
@media screen and (max-width: 1100px) {
 .wrap1 {
width: 95%;
margin:0 auto;
}
 .wrap2 {
width: 98%;
margin:0 auto;
}
 .wrap {
width: 96%;
margin: auto;
}
 #header .menu {
display: block;
color: #000;
cursor: pointer;
margin-left:60px;
}
 #header.on .menu {
color: #fff;
}
 #header .menu i {
font-size: 70px;
}
 #header .menu_bg {
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .4);
z-index: 133;
}
 #header .menu_bg.on {
display: block;
}
 #header .logo {
width:165px;
}
 #header .nav {
z-index: 134;
position: fixed;
right: -100%;
top: 0;
bottom: 0;
width:100%;
background: #020206;
overflow: auto;
margin-top:0px;
padding-top:30px;
}
 #header .nav .nav_img {
display:block;
top: 30px;
right: 30px;
cursor: pointer;
}
 #header .nav li {
float: none;
margin-left: 4%;
}
 #header .nav li.first-child {
margin-top: 30px;
}
 #header .nav li.last-child {
margin-top: 30px;
}
 #header .nav li .nav_two {
position: static;
width: auto;
margin-left: 0;
display: block !important;
}
 #header .nav > li .nav_two .nav_two_bg {
display: none !important;
}
 #header .nav > li .nav_two .nav_two_nav {
display: block !important;
min-height: inherit;
padding-top: 0;
padding-right:0;
}
 #header .nav.on {
right: 0;
}
 #header .nav ul .nav_li {
min-height:50px;
}
 #header .nav ul .nav_li .nav_one {
height:30px;
margin-top:10px;
color: #fff;
font-size:20px;
}
 #header .nav > ul > .nav_li .nav_two {
position:static;
height:auto;
background:none;
}
 #header .nav > ul > .nav_li .nav_two .nav_two_bg {
display:none;
}
 #header .nav > ul > .nav_li .nav_two .nav_two_a {
width:100%;
}
 #header .nav > ul > .nav_li .nav_two .nav_two_a .nav_two_nav {
display:block;
color: #aaa;
margin:5px 0px 0px 20px;
font-size:14px;
width:auto;
}
 #header .nav > ul > .nav_li .nav_two .nav_two_a2 {
width:100%;
}
 #header .nav > ul > .nav_li .nav_two .nav_two_a2 .nav_two_nav {
display:block;
color: #aaa;
margin:5px 0px 0px 20px;
font-size:14px;
width:auto;
}
	
	/*#header .nav > ul > .nav_li .nav_two .nav_two_a2 .nav_two_nav{display:none;color: #aaa;margin:5px 0px 0px 20px;font-size:14px;width:auto;}*/
	
	#header .nav > ul > .nav_li .nav_two .nav_two_div {
width:100%;
margin:10px auto;
}
 #index .index_brand .index_num .num_ul .num_li .p1 span {
font-weight:normal;
font-size: 30px;
}
 #footer .footer_bot .link_container {
width:80%;
}
 #about .culture .spec_con .con_div {
width:100%;
}
 #about .culture .spec_con .con_text .text_mar {
margin:30px auto 80px;
width:70%;
line-height:26px;
}
 #about .history .gallery-thumbs {
display:none;
}
 #about .history .gallery-top .swiper-button-white {
display:none;
}
 #about .history .gallery-bg {
display:none;
}
 #about .history .swiper-pagination2 {
display:block;
}
 #about .history .gallery-top {
height:550px;
}
 #case .case_ul .case_li .case_bg .p2 {
margin:10px auto;
}
 #case .case_ul .case_li .case_bg .p3 {
height:60px;
}
 #case .case_ul .case_li .case_bg .a1 {
margin-top:15px;
line-height:30px;
width:100px;
height:30px;
}
 #case .case_ul .case_li:hover .case_bg .p1 {
margin-top:10px;
}
 #contact .message .mess_con .mess_input .tips {
right:10px;
}
 #product .product_list .product_cate .product {
width:48%;
margin-left:2%;
margin-bottom:20px;
}
 #product .product_list .product_cate .product:nth-child(3n+1) {
margin-left:2%;
}
 #product .youbian .product_detail .detail_con .detail_img {
width:100%;
}
 #product .youbian .product_detail .detail_con .detail_text {
width:100%;
margin-left:0%;
margin-top:30px;
}
}
 @media screen and (max-width: 980px) {
 #footer .footer_top .top_left {
width:100%;
}
 #footer .footer_top .top_right {
width:100%;
padding-top:30px;
}
 #footer .footer_top .top_left .nav_footer a {
line-height:1.2rem;
}
 #footer .top_right .right_wid1 .p2 {
margin-top:0.8rem;
}
 #footer .top_right .right_wid1 .p3 {
margin-top:0.8rem;
}
 #index .index_case .case_con:hover .case_text {
right:100%;
}
 #index .index_case .case_con:hover .p1 {
display:block;
}
 #index .index_pro .pro_bg .pro_con:hover .pro_img {
width:100%;
z-index:3;
}
 #index .index_pro .pro_bg .pro_con:hover .pro_img .i {
width:100%;
}
 #index .index_pro .pro_bg .pro_con:hover .pro_img .pro_text {
display:none;
}
 #brand .brand .brand_left {
width:20%;
}
 #brand .brand .brand_right {
width:80%;
}
 #brand .brand .brand_left .swiper-button-next {
bottom:20px;
right:20px;
}
 #brand .brand .brand_left .swiper-button-prev {
bottom:20px;
left:20px;
}
 #case .case_ul .case_li .case_bg {
top:auto;
height:40px;
bottom:0;
}
 #case .case_ul .case_li:hover .case_bg {
background:rgba(0, 0, 0, 0.5);
top:auto;
height:40px;
bottom:0;
}
 #case .case_ul .case_li:hover .case_bg .p1 {
text-align:center;
}
 #news .news_ul .time .p1 {
font-size:30px;
margin:25px 0px 0px 0px;
}
 #news .news_ul .time .p2 {
margin:20px 0px 20px 0px;
}
 #news .news_ul .time .time_img {
margin:0px;
}
 #contact .info .con_info > div {
width:25%;
}
 #contact .info .con_info > div:nth-child(1) {
width:50%;
}
 #contact .address .add_bg {
width:49%;
margin-left:2%;
}
 #contact .address .add_bg:nth-child(3n+1) {
margin-left:2%;
}
 #contact .address .add_bg:nth-child(2n+1) {
margin-left:0;
}
 #talent {
padding-bottom:40px;
}
 #talent .box {
padding-top:27px;
}
 #talent .box .list {
line-height:inherit;
height:inherit;
padding-top:10px;
padding-bottom:10px;
}
 #contact .message .mess_img {
display:none;
}
 #contact .message .mess_con {
width:100%;
}
 #footer .footer_bot {
display:none;
}
 #footer .footer_cen {
display:none;
}
 #footer .right_wid2 {
display:none;
}
}
 @media screen and (max-width: 750px) {
 .margin-bottom {
margin-bottom:1rem;
height:1px;
}
	/*广告*/
	.neiye {
padding-top:2.4rem;
}
 .banner .i {
height:9.6rem;
}
 .banner .i img {
height:9.6rem;
}
 .banner .page {
bottom:0.6rem;
}
 .banner .page span span {
height: 0.2rem;
width: 0.2rem;
margin: 0px 0.18rem;
}
 .banner .index_button {
width:1.2rem;
height:1.2rem;
line-height:1.2rem;
}
 .banner .index_button img {
width:0.18rem;
height:0.28rem;
vertical-align:middle
}
	/* 面包??*/
	.inc_crumbs {
height:3rem;
line-height:3rem;
}
 .inc_crumbs .crumbs {
line-height:3rem;
font-size:0.5rem;
}

	/* 二级导航 */
	.nav-sty {
height: 2.4rem;
line-height: 2.4rem;
}
 .nav-sty a {
margin-right: 1rem;
padding: 0 0.18rem;
font-size: 0.44rem;
}
 .nav-sty a:after {
bottom:0.8rem;
}
 #header .logo {
width:7rem; padding-top:0px;
}
 #header .menu i {
font-size: 1.4rem;
}
 #header .menu {
margin-left:1.2rem;
}
 #header .nav .nav_img {
width:0.72rem;
height:0.72rem;
}
 #header .nav .nav_img img {
width:0.72rem;
height:0.72rem;
}
 #index .index_title {
margin:1.2rem auto 0.9rem;
}
 #index .index_title .title_p1 {
font-size:1rem;
}
 #index .index_title .title_line {
width:0.72rem;
height:2px;
margin:0.34rem auto;
}
 #index .index_title .title_p2 {
font-size:0.36rem;
}
 #index .index_more {
font-size:0.42rem;
margin:1rem auto;
width:3.2rem;
height:1rem;
line-height:1rem;
border-radius:0.5rem;
}
 #index .index_title.m1 {
margin:1rem auto 0.8rem;
}
 #header {
padding: 0.4rem 0px 0px;
height: 2rem;
}
 #header .other .other_bottom {
margin-top:0.4rem;
}
 #header .other .other_top {
display:none
}
 #header .other .other_top .lang .a1 {
width: 0.6rem;
height: 0.6rem;
font-size: 0.4rem;
line-height: 0.6rem;
margin-left: 0.2rem;
}
 #header .other .other_bottom .tel {
line-height: 1rem;
height: 1rem;
font-size:0.4rem;
}
 #header .other .other_bottom .tel .span_img {
width: 1rem;
height: 1rem;
background-size:1rem 1rem;
}
 #header.on .other .other_bottom .tel .span_img {
width: 0.52rem;
height: 0.52rem;
background-size:0.52rem 0.52rem;
}
 #header .other .other_bottom .tel .span_tel {
font-size:0.52rem;
}
 #footer {
min-height:8.2rem;
margin-bottom:50px;
}
 #footer .footer_top {
padding:1.2rem 0px 0.6rem;
}
 #footer .footer_top .top_left .nav_footer {
width:100%;
}
 #footer .footer_top .top_left .p1 {
font-size:0.5rem;
line-height:0.52rem;
margin-bottom:0;
border-bottom: 1px solid #555;
padding: 0.8rem 3%;
}
 #footer .footer_top .top_left .p1 i {
font-size: 0.5rem;
display:inline-block;
float:right;
}
 #footer .footer_top .top_left .a1 {
font-size:0.45rem;
line-height:0.7rem;
display:none !important;
padding-left:4%;
}
 #footer .footer_top .top_right .right_wid2 > div {
margin-left:0.4rem;
}
 #footer .footer_top .top_right .right_wid2 > div:nth-child(1) {
margin-left:0px;
}
 #footer .footer_top .top_right .p2 {
font-size:0.44rem;
line-height:0.52rem;
}
 #footer .footer_top .top_right .p2 img {
width:0.32rem;
height:0.32rem;
}
 #footer .footer_top .top_right .p3 {
font-size:0.36rem;
line-height:0.52rem;
margin-left:0.24rem;
}
 #footer .footer_top .top_right .p3 span {
font-size:0.44rem;
line-height:0.52rem;
}
 #footer .footer_top .top_right .p4 {
font-size:0.36rem;
line-height:0.6rem;
}
 #footer .footer_top .top_right {
padding-top:0;
}
 #footer .footer_top .top_right .right_wid1 {
width:100%;
float:none;
}
 #footer .footer_top .top_right .right_wid2 {
width:100%;
float:none;
margin-top:0.5rem;
}
 #footer .footer_top .top_right .right_wid1 .p1 {
font-size:0.5rem;
line-height:0.52rem;
margin-bottom:0;
border-bottom: 1px solid #555;
padding: 0.8rem 3%;
color: #fff;
display:block;
}
 #footer .footer_top .top_right .right_wid1 .p1 i {
font-size: 0.5rem;
display:inline-block;
float:right;
}
 #footer .footer_top .top_right .right_wid1 > div {
width:92%;
margin:0 auto 0.3rem;
display:none;
}
 #footer .footer_top .top_left .nav_footer.on {
border-bottom: 1px solid #555;
padding-bottom: 0.5rem;
}
 #footer .footer_top .top_left .nav_footer.on .p1 {
margin-bottom:0.5rem;
}
 #footer .footer_top .top_left .nav_footer.on .a1 {
display:block !important;
}
 #footer .footer_top .top_right .right_wid1.on {
border-bottom: 1px solid #555;
padding-bottom: 0.5rem;
}
 #footer .footer_top .top_right .right_wid1.on .p1 {
margin-bottom:0.5rem;
}
 #footer .footer_top .top_right .right_wid1.on > div {
display:block !important;
}
 #footer .footer_cen {
height:auto;
line-height:0.5rem;
}
 #footer .footer_cen > div, #footer .footer_cen > div > a {
font-size:0.36rem;
}
<!--
#footer .footer_bot {
height:1rem;
}
-->
 #footer .footer_bot {
display:none
}
 #footer .footer_bot .p_link {
font-size:0.36rem;
line-height:1rem;
}
 #footer .footer_bot .p_link img {
width:0.4rem;
height:0.4rem;
}
 #footer .footer_bot .link_container .swiper-slide {
font-size:0.36rem;
line-height:1rem;
}
 #footer .footer_bot .link_button {
line-height:1rem;
}
 #footer .footer_bot .swiper-button-prev {
right:0.3rem;
}
 #footer .footer_top {
padding: 1.2rem 0px 0.6rem;
}
 #footer .footer_cen > div {
float:none;
margin:0 auto;
display:block !important;
text-align:center;
}
 #footer .footer_bot .link_container {
width:90%;
}
 #footer .footer_bot .p_link {
display:block !important;
position:static;
line-height:0.5rem;
}
 #footer .footer_bot {
height:1.6rem;
}
 #index .index_about {
padding-bottom:0px;
}
 #index .index_about .p3 {
font-size: 0.4rem;
margin: 45px auto 0px;
width:90%;
}
 #index .index_about img {
max-width:100%;
height:auto !important;
}
 #index .index_more > img {
width:0.44rem;
height:0.18rem;
}
 #index .index_pro .pro_bg .pro_con {
width: 50%;
height: 6rem;
}
 #index .index_case .case_con .p1 {
top:0.4rem;
left: 5%;
font-size:0.52rem;
}
 #index .index_case .index_case_button {
display:none;
}
 #index .index_case .swiper-pagination2 {
display:block;
}
 #index .index_adva {
padding-bottom:0px;
}
 #index .index_adva .p3 {
font-size: 0.64rem;
}
 #index .index_adva .p4 {
font-size: 0.64rem;
}
 #index .index_brand .index_num {
height:auto;
margin-top:0;
}
 #index .index_brand .index_num .num_ul .num_li {
width:50%;
}
 #index .index_brand .index_num .num_ul .num_li .p1 {
font-size:0.36rem;
line-height:0.56rem;
margin: 0.9rem auto 0.3rem;
}
 #index .index_brand .index_num .num_ul .num_li .p1 span {
font-size:0.72rem;
}
 #index .index_brand .brand_bg {
display: none;
}
 #index .index_brand .index_title {
display: none;
}
 #index .index_brand .brand_bg .brand_con {
width:50%;
height:4rem;
}
 #index .index_brand .brand_bg .brand_con .brand_img .i {
margin:0.4rem auto 0px;
}
 #index .index_brand .brand_bg .brand_con .brand_img .p1 {
font-size: 0.4rem;
bottom: 0.4rem;
}
 #index .index_new .new_bg .index_new_container .new_con {
width:100% !important;
padding-right:1% !important;
}
 #index .index_new .new_bg .index_new_container .index_new_button {
display:none;
}
 #index .index_new .new_bg .index_new_container .button_a {
display:none !important;
}
 #index .index_new .new_bg .index_new_container .swiper-pagination3 {
display:block;
}
 #index .index_new .new_bg .index_new_container {
padding-bottom:20px;
}
 #about .company .text {
font-size:0.4rem;
}
 #about .company .company_num .num_ul .num_li {
width:50%;
}
 #about .company .company_num .num_ul .num_li .p3 {
font-size:0.36rem;
line-height:0.56rem;
margin: 0.9rem auto 0.3rem;
}
 #about .company .company_num .num_ul .num_li .p3 span {
font-size:0.72rem;
}
 #about .culture .spec_con .con_text .text_mar {
margin:0.6rem auto 0.6rem;
width:90%;
line-height:0.64rem;
}
 #about .culture .spec_con .con_text .text_mar .p1 {
font-size:0.52rem;
margin-bottom:0.2rem;
}
 #about .culture .spec_con .con_text .text_mar .p2 {
font-size:0.44rem;
}
 #about .culture .spec_con .con_text .text_mar .p3 {
font-size:0.4rem;
margin-top:0.2rem;
}
 #about .history .gallery-top {
height:auto;
padding-bottom:0.4rem;
}
	/*#about .history .gallery-top .swiper-wrapper .swiper-slide{height:34rem;}*/
	#about .history .gallery-top .p1 {
font-size:1rem;
}
 #about .history .gallery-top .p2 {
font-size:0.52rem;
line-height:0.6rem;
margin:0.4rem auto;
}
 #about .history .gallery-top .p3 img {
margin:0.2rem auto 0;/* width:12rem; */
display:block;
width:100%;
}
 #about .history .gallery-top .p3 img:nth-child(1) {
margin-left: auto;
}
 #about .history .gallery-top .swiper-wrapper .swiper-slide.swiper-slide-active .p3 img {
width:5rem;
height:3.74rem;
}
 #about .team .team_video .p1 {
font-size:0.5rem;
line-height:1.5rem;
color:#333;
margin:0px auto 1rem;
}
 #about .team .team_video .video {
width:13.2rem;
height:7.4rem;
}
 #about .team .p2 {
font-size:0.44rem;
line-height:0.52rem;
margin:0.8rem auto;
}
 #about .team .team_img .img_con {
margin-left:2%;
width:49%;
}
 #about .team .team_img .img_con:nth-child(4n+1) {
margin-left:2%;
}
 #about .team .team_img .img_con:nth-child(2n+1) {
margin-left:0;
}
 #about .team .team_img .img_con .p3 {
font-size:0.44rem;
line-height:0.52rem;
margin:0.6rem auto;
}
 #about .subo .subo_con .con_left {
width:100%;
margin-bottom:0.6rem;
}
 #about .subo .subo_con .con_left .subo_title {
float:left;
width:50%;
}
 #about .subo .subo_con .con_left .subo_title .tit_img {
font-size:0.4rem;
line-height:0.64rem;
}
 #about .subo .subo_con .con_left .subo_title .tit_line {
display:none;
}
 #about .subo .subo_con .con_left .subo_title .img1 {
width:0.4rem;
height:0.4rem;
}
 #about .subo .subo_con .con_left .subo_title .img2 {
width:0.4rem;
height:0.4rem;
}
 #about .subo .subo_con .con_right {
width:100%;
}
 #about .subo .subo_con .con_right .subo_text .text {
font-size:0.4rem;
line-height:0.64rem;
}
 #about .subo .subo_con .con_right .subo_text .a1 {
font-size:0.4rem;
line-height:0.64rem;
margin:0.6rem 0px 1.6rem;
}
 #brand .brand .brand_left {
width:100%;
float:none;
height:2rem;
}
 #brand .brand .brand_left .brand_left_container {
margin-top:0.6rem;
}
 #brand .brand .brand_left .brand_left_container .swiper-slide {
max-width:3.2rem;
width:80%;
}
 #brand .brand .brand_left .brand_left_container .swiper-slide .p2 {
font-size:0.3rem;
height: 0.4rem;
}
 #brand .brand .brand_left .brand_left_container .swiper-slide .img {
height:1.2rem;
}
 #brand .brand .brand_left .brand_anniu {
display:none;
}
 #brand .brand .brand_right {
width:100%;
float:none;
}
 #brand .brand .brand_right .brand_con {
width:95%;
padding:0px 2.5% 2.5%;
}
 #brand .brand .brand_right .brand_con .p1 {
font-size:0.6rem;
line-height:1rem;
}
 #brand .brand .brand_right .brand_con .a1 {
font-size:0.4rem;
padding:0.2rem 0.4rem;
margin:0.2rem 0.2rem 1.2rem 0px;
}
 #brand .brand .brand_right .brand_con .brand_a {
margin:0.4rem 0px;
font-size:0.4rem;
line-height:0.4rem;
}
 #case .case_ul .case_li {
width:50%;
}
 #case .case_ul .case_li .case_bg {
height:0.8rem;
}
 #case .case_ul .case_li:hover .case_bg {
height:0.8rem;
}
 #case .case_ul .case_li .case_bg .p1 {
font-size:0.4rem;
margin-top:0.2rem;
}
 #case .case_ul .case_li:hover .case_bg .p1 {
font-size:0.4rem;
margin-top:0.2rem;
}
 #case_detail .case_detail .case_anniu {
width:1.2rem;
height:1.2rem;
line-height: 1.2rem;
}
 #case_detail .case_detail .case_anniu img {
width:0.18rem;
height:0.28rem;
}
 #case_detail .reco_case .case_ul .case_li {
width:100%;
margin-left:0;
margin-bottom:0.4rem;
}
 #case_detail .reco_case .case_ul .case_li .case_bg {
height:0.8rem;
}
 #case_detail .reco_case .case_ul .case_li .case_bg .p1 {
font-size:0.4rem;
line-height: 0.8rem;
}
 #news .news_ul {
margin-top:0px;
}
 #news .news_ul li {
height:5.74rem;
}
 #news .news_ul .time {
width:25%;
height:100%;
}
 #news .news_ul .time .p1 {
font-size:1.5rem;
line-height:0.4rem;
margin-left:0.4rem;
}
 #news .news_ul .time .p2 {
font-size:0.4rem;
line-height:0.4rem;
margin-left:0.4rem;
}
 #news .news_ul .time .time_img {
margin-left:0.4rem;
}
 #news .news_ul .con {
width:75%;
}
 #news .news_ul .con .text {
width:90%;
margin-left:5%;
margin-right:5%;
}
 #news .news_ul .con .text .a1 {
font-size:1rem;
margin:1rem 0px 0.8rem 0px;
}
 #news .news_ul .con .text .p3 {
font-size:0.4rem;
line-height:1rem;
height:2.1rem;
}
 #news .news_ul .con .img {
display:none;
}
 #news .news_ul li:hover .con .text {
margin-left:5%;
margin-right:5%;
}
 #news_detail .news_detail .text_left {
width:100%;
margin-top:1rem;
float:none;
}
 #news_detail .news_detail .text_left:after {
height:0;
}
 #news_detail .news_detail .text_left .title {
width:94%;
}
 #news_detail .news_detail .text_left .title .p1 {
font-size:1rem;
line-height:2rem;
margin:0px auto 0.6rem; font-weight:bold
}
 #news_detail .news_detail .text_left .title .p2 {
font-size:0.4rem;
line-height:0.48rem;
margin:0px auto 0.7rem;
}
 #news_detail .news_detail .text_left .title .p2 .T-icon {
font-size:0.4rem;
}
 #news_detail .news_detail .text_left .contents {
width:94%;
margin:1.2rem auto 0px;
padding-bottom:0.8rem;
}
 #news_detail .news_detail .text_left .contents .con {
font-size:0.4rem;
}
 #news_detail .news_detail .text_left .contents .bdsharebuttonbox {
margin-top:1rem;
}
 #news_detail .news_detail .text_left .anniu {
width:94%;
margin:1rem auto 0px;
}
 #news_detail .news_detail .text_left .anniu .anniu_p {
font-size:0.4rem;
margin:0px auto 0.5rem;
height:auto;
overflow:hidden;
}
 #news_detail .news_detail .recommend {
width:94%;
margin:1rem 0 0.5rem;
padding:0px 3%;
float:none;
}
 #news_detail .news_detail .recommend .p3 {
font-size:0.44rem;
line-height:0.48rem;
margin:0px auto 0.6rem;
}
 #news_detail .news_detail .recommend ul li {
height:1.5rem;
}
 #news_detail .news_detail .recommend ul li a {
font-size:0.4rem;
line-height:1.3rem;
margin:0px auto 0.4rem;
}
 #contact .info .con_info > div {
width:100%;
}
 #contact .info .con_info > div:nth-child(1) {
width:100%;
}
 #contact .address .add_bg {
width:100%;
margin-left:0;
margin-bottom:0.4rem;
}
 #contact .address .add_bg:nth-child(3n+1) {
margin-left:0;
}
 #contact .info .p1 {
font-size:0.6rem;
margin:0.6rem auto;
}
 #contact .info .con_info {
width:95%;
}
 #contact .info .con_info .p2 {
font-size:0.4rem;
line-height:0.52rem;
}
 #contact .info .con_info .p2 img {
width:0.5rem;
height:0.5rem;
margin-top:0;
}
 #contact .info .con_info .p3 {
font-size:0.4rem;
line-height:0.52rem;
margin:0.2rem 0px 0.4rem 0.44rem;
}
 #contact .info .con_info .p4 {
font-size:0.52rem;
line-height:0.52rem;
margin:0.2rem 0px 0.4rem 0.44rem;
}
 #contact #allmap {
margin:0.4rem auto;
width:100%;
height:10.6rem;
}
 #contact .address {
width:100%;
margin-bottom:1.2rem;
}
 #contact .address .add_bg {
margin-bottom:0.4rem;
height:2rem;
background-size:0.52rem 0.5rem;
}
 #contact .address .add_bg .add_text {
margin:0.4rem 0px 0px 1rem;
}
 #contact .address .add_bg .add_text .p5 {
font-size:0.44rem;
line-height:0.52rem;
}
 #contact .address .add_bg .add_text .p6 {
font-size:0.4rem;
line-height:0.52rem;
}
 #contact .recr .welfare .p1 {
font-size:0.48rem;
line-height:1.2rem;
}
 #contact .recr .welfare .wel_con {
font-size:0.4rem;
line-height:0.4rem;
}
 #talent {
padding-bottom:1.6rem;
}
 #talent .box {
padding-top:1.08rem;
}
 #talent .box .item {
height:1.2rem;
}
 #talent .box .item .f16 {
font-size:0.44rem;
}
 #talent .box .item .name img {
width:0.28rem;
height:0.34rem;
}
 #talent .box .item .work img {
width:0.3rem;
height:0.32rem;
}
 #talent .box .item .people img {
width:0.3rem;
height:0.3rem;
}
 #talent .box .item .salary img {
width:0.32rem;
height:0.32rem;
}
 #talent .box .tops {
height:1.2rem;
line-height:1.2rem;
padding-left:2%;
width:98%;
}
 #talent .box .list {
height:1.16rem;
line-height:1.16rem;
padding-left:2%;
width:98%;
margin-bottom:0.4rem;
}
 #talent .box .list > .left {
font-size:0.4rem !important;
}
 #talent .box .list > .left img {
width:0.52rem;
height:0.5rem;
}
 #talent .box .list .mid {
width:78%;
}
 #talent .box .list .mid a {
font-size:0.4rem !important;
}
 #talent .box .item .f14 {
font-size:0.4rem;
padding-left:2.5%;
}
 #talent .box .item .jia {
width:0.4rem;
height:0.4rem;
margin:0.4rem 0.36rem 0 0;
background-size:0.4rem 0.4rem;
}
 #talent .box .item .jia.jian {
background-size:0.4rem 0.4rem;
}
 #talent .box .box_2 .content {
font-size:0.44rem;
line-height:0.44rem;
padding:0.32rem;
}
 #talent .box .box_2 .content .white {
padding-top:1.24rem;
padding-bottom:0.78rem;
}
 #talent .box .box_2 .content .white .btn {
width:1.64rem;
height:0.8rem;
margin:0 auto;
padding-left:0.9rem;
font-size:0.44rem;
background:url('http://fdjzcn.com/theme/default/Images/email.png') #3a98ce no-repeat 0.44rem center;
}
 #talent .box .box_2 .content .con_top .text {
font-size:0.4rem;
width:100%;
}
 #talent .box .box_2 .content .con_top .text .p2 {
font-size:0.4rem;
font-weight:bold;
margin:0.4rem auto;
}
 #talent .box .box_2 .content .con_bottom .info {
font-size:0.4rem;
margin:0.4rem auto;
line-height:0.72rem;
float:none;
}
 #talent .box .box_2 .content .con_bottom .anniu {
float:none;
}
 #talent .box .box_2 .content .con_bottom .anniu a {
width:2.8rem;
height:0.8rem;
line-height:0.8rem;
margin-left:0;
font-size:0.4rem;
}
 #talent .box .box_2 .content .con_bottom .anniu a img {
width:0.44rem;
height:0.18rem;
}
 #contact .message .mess_con .mess_form {
margin:1.4rem 0px 0px 0.8rem;
}
 #contact .message .mess_con .mess_input {
width:97%;
margin-left:0;
margin-right:3%;
height:1.2rem;
margin-top:0.4rem;
}
 #contact .message .mess_con .mess_input:nth-child(1) {
margin-left:0;
}
 #contact .message .mess_con .mess_input input {
width:90%;
height:1.2rem;
padding-left:0.2rem;
font-size:0.44rem;
}
 #contact .message .mess_con .mess_input .tips {
right:0.4rem;
}
 #contact .message .mess_con .mess_input .tips img {
width:0.3rem;
height:0.36rem;
}
 #contact .message .mess_con textarea {
height:6.6rem;
font-size:0.44rem;
margin-top:0.4rem;
text-indent:0.5em;
padding-top:0.2rem;
}
 #contact .message .mess_con div[type='submit'] {
line-height:1rem;
width:3.6rem;
height:1rem;
margin:0.6rem auto;
font-size:0.44rem;
}
 #product .zuobian {/*  width: 4rem; */
display:none;
}
	/*#product .zuobian .cn{width: 4rem;}*/
	#product #left_nav {
display:none;
}
 #product #left_nav .left_nav_fl {
width:4rem;
}
 #product #left_nav .left_title {
padding:0.8rem 0px 0.4rem;
width:95%;
}
 #product #left_nav .left_title .p1 {
font-size:0.56rem;
}
 #product #left_nav .left_title .p2 {
font-size:0.36rem;
}
 #product #left_nav .left_nav {
width:95%;
}
 #product #left_nav .left_nav .left_nav_item {
font-size:0.4rem;
line-height:1rem;
text-indent:0.5em;
}
 #product #left_nav .left_nav .left_nav_item.item2 {
font-size:0.36rem;
text-indent:1em;
}
 #product #left_nav .left_nav .a_img {
right:0.2rem;
top:0.4rem;
width:0.28rem;
height:0.16rem;
}
 #product #left_nav .left_tel {
width:95%;
margin:0.4rem 0px;
padding:0.5rem 0px;
}
 #product #left_nav .left_tel .p3 {
font-size:0.4rem;
margin-left:0.3rem;
}
 #product #left_nav .left_tel .p4 {
font-size:0.44rem;
margin-left:0.3rem;
}
 #product .product_list {
min-height:15.5rem;
}
	/*#product .product_list .product_cate .product{width:100%;height:auto;margin:0 auto 0.5rem;}*/
	/*#product .product_list .product_cate .product:nth-child(3n+1){margin-left:auto;}*/
	#product .product_list .product_cate .product {/* height:9.4rem; */
margin-bottom:0.4rem;
}
 #product .product_list .product_cate .product .pro_border {
max-height:inherit;
}
 #product .product_list .product_cate .product .p1 {
font-size:0.44rem;
line-height:1rem;
}
 #product .product_list .product_cate .product .p2 {
font-size:0.4rem;
line-height:0.6rem;
}
 #product .product_list .product_cate .product .a1 {
font-size:0.4rem;
margin:0.3rem auto 0.5rem;
line-height:0.8rem;
width:2.4rem;
height:0.8rem;
}
 #product .product_list .product_cate .product .a1 img {
width:0.44rem;
height:0.18rem;
}
 #product .product_list .li_load {
padding:1.2rem 0px;
}
 #product .table {
display:block;
}
 #product .youbian {
display:block;
}
 #product .youbian .product_detail {
width:100%;
margin:0;
}
 #product .youbian .product_detail .detail_con .detail_img .swiper_button {
width: 1.2rem;
height: 1.2rem;
line-height: 1.2rem;
}
 #product .youbian .product_detail .detail_con .detail_text {
margin-top:0.6rem;
}
 #product .youbian .product_detail .detail_con .detail_text .p1 {
font-size:0.5rem;
line-height:1rem;
}
 #product .youbian .product_detail .detail_con .detail_text .p2 {
font-size:0.44rem;
line-height:1rem;
}
 #product .youbian .product_detail .detail_con .detail_text .p3 {
font-size:0.44rem;
margin:1rem auto 20px;
line-height:1rem;
}
 #product .youbian .product_detail .detail_con .detail_text .p4 {
font-size:0.44rem;
}
 #product .youbian .product_detail .detail_con .detail_text .a1 {
font-size:0.4rem;
width:6.4rem;
height:1.2rem;
line-height:1.2rem;
margin-top:1rem;
}
 #product .youbian .product_detail .detail_tent {
margin:1rem auto 2rem;
}
 #product .youbian .product_detail .detail_tent .tent_title {
height:1.2rem;
}
 #product .youbian .product_detail .detail_tent .tent_title .title_p {
line-height:1.2rem;
font-size:0.44rem;
margin-right:1.2rem;
}
 #product .youbian .product_detail .detail_tent .tent_text {
margin-top:1rem;
font-size:0.44rem;
}
 #product .youbian .product_detail .detail_tent .tent_text .contents {
max-width:100%;
height:auto;
}
 #footer_nav {
height:60px;
width:100%;
background:#d02127;
bottom:0;
left:0;
right:0;
z-index:1000;
display:block;
}
 #footer_nav .anniu {
height:100%;
width:33.33333%;
}
 #footer_nav .anniu .bor {
width:100%;
height:100%;
border-right:1px solid #fff;
}
 #footer_nav .anniu .r0 {
background: url(img/chat_icon.png) no-repeat 0px 5px;
width:50px;
margin:0 auto;
height:100%;
}
 #footer_nav .anniu .r1 {
background: url(img/chat_icon.png) no-repeat 1px -328px;
width:50px;
margin:0 auto;
height:100%;
}
 #footer_nav .anniu .r2 {
background: url(img/chat_icon.png) no-repeat center;
width:50px;
margin:0 auto;
height:100%;
}
	/*#footer_nav .anniu .r3{background: url(img/chat_icon.png) no-repeat 0px -279px;width:50px;margin:0 auto;height:100%;}*/
	#product .youbian .product_detail .detail_tent .tent_text .contents table {
width:100% !important;
height:auto !important;
font-size:0.32rem !important;
}
 #product .youbian .product_detail .detail_tent .tent_text .contents table * {
font-size:0.32rem !important;
}
 .chattrans {
display:none !important;
}
 .QQ_left {
display:none !important;
}
}
/*分页专用css1 -- qipapage*/
.qipapage {
	list-style:none;
	margin:20px 0px;
	text-align:center;
}
.qipapage li {
	display:inline-block;
	margin:0px 5px;
	border:1px solid #dedede;
	margin-right:5px;
	padding:0 6px;
	line-height:30px;
}
.qipapage a {
	display:inline-block;
	line-height:30px;
}
.qipapage li.active, .qipapage li.hover {
	border:1px solid #000;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.qipapage li.active a, .qipapage li.hover a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}


/*?-----?PB分页数字条效果?结束?-----?*/
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:50px; padding-bottom:50px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:3px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:3px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#d02127;
	border:1px solid #d02127;
}
.pagination a.page-num-current {
	color:#fff;
	background:#d02127;
	border:1px solid #d02127;
}
/*?-----?PB分页数字条效果?结束?-----?*/


.anniu_p{ padding-top:10px;}